Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 541 Bytes

16.20.38 - 1.7.22.md

File metadata and controls

11 lines (10 loc) · 541 Bytes

1.7.22

  • 修复PHP7下HttpServer发生内存泄漏的问题
  • 修复PHP7下core dump的问题
  • 修复swoole_table->del出现错误的问题(重要问题)
  • 增加swoole_client->send/recv的socket参数选项
  • 增加swoole_async_set新配置socket_dontwait/socket_buffer_size/enable_signalfd
  • 增加SSL/TLS客户端证书验证支持
  • 修复tick定时器长时间运行整形溢出导致停止运行的问题
  • 增加swoole_websocket_server->exist用于判断一个fd是否为正确的连接
  • 增加原生MySQL异步客户端